project(medicalVolumeTextureCompose)

set(${PROJECT_NAME}_RESOURCES
	VolumeTextureCompose.iv
	volumeTextureCompose_ComputeColor_frag.glsl
)

add_oiv_executable (${PROJECT_NAME} VolumeTextureCompose.cxx ${${PROJECT_NAME}_RESOURCES} ) 

target_link_libraries (${PROJECT_NAME}
  ${OpenInventorMedical_LIBRARIES}
  ${VolumeViz_LIBRARIES}
  ${DialogVizGui_LIBRARIES}
  ${OpenInventor_LIBRARIES}
  ${OpenInventorXt_LIBRARIES}
  )
